#float {
	position: absolute;
	z-index: 1;
}

#floatImg {
	width: 250px;
	height: 150px;
}

body {
	text-align: left;
	padding: 0;
	margin: 0;
	/* font: 14px arial, helvetica, clean, sans-serif; */
	color: #333;
	font-family: "微软雅黑"   ! important;
	background: #fff;

	-moz-user-select: none;
    
}

div,
p,
li {
	word-break: break-all;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
	padding: 0;
	margin: 0;
}

fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}

a img {
	border: 0;
	padding: 0;
	margin: 0;
}

.pic_center {
    text-align: center;
}

i {
	font-style: normal;
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

li {
	list-style-type: none;
}

caption {
	text-align: left;
}

th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-size: 100%;
}

q:unknown {
	content: '';
}

q:unknown {
	content: '';
}

input,
textarea,
select {
	font-family: inherit;
}

input,
textarea,
select {
	font-size: 100%;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #47bc00;
	text-decoration: none;
}

.icon {
	background-image: url("../images/icon.png");
	display: inline-block;
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}

input {
    border: none;
    outline: none;
}

/*网站公用样式表*/

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.head_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	background: #0071ca;
}

.head_main a {
	color: #fff;
}

.head_main a:hover {
	color: #00a13a;
}

.head_main .hvr-shutter-out-vertical {
	background: none;
	padding: 0 10px;
	height: 22px;
	line-height: 20px;
}

.head_main .i1 {
	width: 2px;
	height: 35px;
	background-position: 0 0;
	font-weight: bold;
	margin: 0 15px;
	margin-left: 5px;
}

.head_main .i2 {
	width: 11px;
	height: 35px;
	background-position: -6px 0;
	margin-right: 7px;
}

.head_main .i3 {
	width: 11px;
	height: 35px;
	background-position: -20px 0;
	margin-left: 10px;
}

.head_main span {
	position: relative;
	cursor: pointer;
}

.head_main span img {
	position: absolute;
	top: 30px;
	display: none;
	width: 100px;
	height: 100px;
	left: -34px;
	transition: all ease-in-out .2s;
}

.head_main span:hover {
	color: #fff;
}

.head_main span:hover img {
	display: block;
}

.top_main {
	width: 100%;
	height: 110px;
}

.top_main .left {
	padding-top: 23px;
}

.top_main .right {
	width: 267px;
	background: url(../images/tel.png) 24px top no-repeat;
	margin-top: 27px;
}

.top_main .right p {
	font-size: 32px;
	color: #006bbf;
	padding-top: 28px;
	text-align: center;
	font-family: Impact;
}

.nav_main {
	height: 50px;
	width: 100%;
}

.nav_main .w1000 {
	background: url(../images/nav_bg.jpg) no-repeat center top;
	height: 50px;
	line-height: 50px;
}

.nav_main .nav {
	padding-left: 12px;
	width: 1012px;
}

.nav_main .nav li {
  color: blue;
	font-size: 16px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	text-align: center;
	z-index: 1;
}

.nav_main .nav li a {
	display: block;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover {
	background: url(../images/nav_on.png) no-repeat center center;
	display: block;
	width: 140px;
	color: #fff;
}

.nav_main .nav .l1 a:hover {
	margin-left: -5px;
}

.nav_main .nav .l2 a:hover,
.nav_main .nav .l2 a.hover {
	margin-left: -10px;
}

.nav_main .nav .l3 a {
	padding-right: 10px;
}

.nav_main .nav .l3 a:hover,
.nav_main .nav .l3 a.hover {
	margin-left: -20px;
}

.nav_main .nav .l3 a {
	padding-right: 10px;
	width: 115px;
}

.nav_main .nav .l4 a {
	padding-right: 20px;
	width: 105px;
}

.nav_main .nav .l4 a:hover,
.nav_main .nav .l4 a.hover {
	margin-left: -20px;
	padding-right: 0;
}

.nav_main .nav .l5 a {
	padding-right: 30px;
	width: 95px;
}

.nav_main .nav .l5 a:hover,
.nav_main .nav .l5 a.hover {
	margin-left: -25px;
	*margin-left: -38px;
	padding-right: 0;
}

.nav_main .nav .l6 a {
	padding-right: 40px;
	width: 85px;
}

.nav_main .nav .l6 a:hover,
.nav_main .nav .l6 a.hover {
	margin-left: -30px;
	*margin-left: -45px;
	padding-right: 0;
}

.nav_main .nav .l7 a {
	padding-right: 45px;
	width: 80px;
}

.nav_main .nav .l7 a:hover,
.nav_main .nav .l7 a.hover {
	margin-left: -35px;
	*margin-left: -50px;
	padding-right: 0;
}
.comt a.tag_link {
    margin-left: 5px;
}

/****banner****/

.main_banner {
	width: 100%;
	overflow: hidden;
	height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.banner {
	width: 1920px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.banner img {
	width: 1920px;
	height: 500px;
	overflow: hidden;
}

.banner_fmenu {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 20px;
	height: 10px;
	z-index: 3000;
	margin-left: -32px;
}

#banner_fmenu A {
	margin-right: 11px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	font-size: 0;
	font-weight: bold;
	display: block;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	color: #51aa1b;
}

#banner_fmenu A.activeSlide {
	background: #51aa1b;
	border: 2px solid #fff;
	color: #fff;
}

#banner_fmenu A:focus {
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	OUTLINE-WIDTH: medium;
}

.biaodan_box {
    position: relative;
    z-index: 9;
    background-position: 50% 0;
}

.biaodan_box.one{
    width: 1268px;
    height: 122px;
    margin: -60px auto 0;
    background-image: url(../images/biaodan_bg.png);
    background-repeat: no-repeat;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}


.biaodan_box input {
    position: absolute;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    line-height: 39px;
    border: none;
    color: #000;
    background: none;
    font-size: 14px;
    outline: none;
}

.biaodan_box button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.biaodan_box .txt_name {
    position: absolute;
    margin: 35px 0 0 320px;
    width: 235px;
    height: 51px;
}

.biaodan_box .txt_tel {
    position: absolute;
    margin: 35px 0 0 685px;
    width: 235px;
    height: 51px;
}

.biaodan_box .btn_submit {
    position: absolute;
    margin: 35px 0 0 1042px;
    width: 178px;
    height: 48px;
}

.floor_main_1 {
	width: 100%;
	height: 53px;
	line-height: 53px;
	background: url(../images/search_bg.jpg) repeat-x;
}

.floor_main_1 .left {
	color: #e8e8e8;
}

.floor_main_1 .left b {
	width: 100px;
	height: 28px;
	background-position: 0 -36px;
}

.floor_main_1 .left a {
	padding: 0 10px;
}

.floor_main_1 .left .hvr-bounce-to-top {
	height: 31px;
	line-height: 31px;
	margin: 15px 0px;
}

.floor_main_1 .right {
	width: 320px;
	position: relative;
}

.floor_main_1 .right .s_input {
	width: 238px;
	height: 19px;
	line-height: 19px;
	padding: 6px 0px;
	padding-left: 10px;
	padding-right: 30px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	position: absolute;
	right: 0;
	top: 9px;
}

.floor_main_1 .right .s_btn {
	display: block;
	background: url(../images/icon.png);
	position: absolute;
	width: 30px;
	height: 28px;
	top: 11px;
	right: 2px;
	background-position: -41px 0px;
	border: none;
	cursor: pointer;
}

.floor_main_2 .title {
	text-align: center;
	padding-top: 48px;
	margin-bottom: 45px;
}

.floor_main_2 .title h2 {
	background: url(../images/f2_bg.jpg) center bottom no-repeat;
	font-size: 30px;
	font-weight: 100;
	padding-bottom: 15px;
	margin-bottom: 17px;
}

.floor_main_2 .title h3 {
	font-family: arial;
	color: #d6d6d6;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
}

.floor_main_2 .con ul {
	width: 105%;
}

.floor_main_2 .con li {
    position: relative;
	float: left;
	margin-right: 13px;
	width: 320px;
	text-align: center;
	margin-bottom: 23px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	box-sizing: border-box;
}

.floor_main_2 .con li .c_img {
    height: 240px;
    border-bottom: 1px solid rgba(0,0,0,.075);
}

.floor_main_2 .con li .c_sub {
    /*position: relative;*/
}

.floor_main_2 .con li .c_sub b {
    display: block;
    padding: 10px 5px;
    text-align: left;
    padding-left: 24px;
    background: url(../images/z4.jpg) no-repeat 5px 50%;
}

.floor_main_2 .con li .c_sub .label { 
    float: left; 
    width: 320px; 
    height: 24px; 
    padding: 0px 0px 10px 10px;
    overflow: hidden;
}
.floor_main_2 .con li .c_sub .label span { 
    float: left; 
    height: 24px; 
    overflow: hidden; 
    margin-left: 5px; 
    padding: 0 10px; 
    border-radius: 2px; 
    font-size: 12px; 
    line-height: 24px; 
    background: #127ACC; 
    color: #fff; 
}
.floor_main_2 .con li .c_sub .label span:nth-child(1) { 
    margin-left: 0; 
}

.floor_main_2 .con li .c_sub .label_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    padding: 0 10px; 
    border-radius: 2px; 
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    height: 30px; 
    line-height: 30px; 
    background-color: rgba(255,0,0,0.65);
    overflow: hidden; 
}

.floor_main_2 .con li img {
	width: 320px;
	height: 240px;
}

.floor_main_2 .con li b {
	font-weight: 100;
	font-size: 16px;
	padding-top: 14px;
}

.floor_main_2 .con li .on {
	width: 320px;
	height: 240px;
	background: url(../images/f2_on.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out .2s;
	opacity: 0;
	filter: alpha(opacity=0);
	top: -15px;
}

.floor_main_2 .con li:hover b {
	color: #0071ca;
}

.floor_main_2 .con li:hover .on {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}

.floor_main_2 .con li .on div.more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.floor_main_2 .con li .on div.more button {
    display: inline-block;
    line-height: 32px;
    color: #fff;
    border: solid 1px #fff;
    padding: 0 30px;
    margin-bottom: 5px;
    font-size: 14px;
    background:rgba(255,255,255,0);
    transition: all .5s ease;
    cursor: pointer;
}

.floor_main_2 .con li .on div.more button:hover {
    background-color: #fff;
    color: #333;
}

.floor_main_3 {
	width: 100%;
	min-height: 201px;
	margin-top: 45px;
	text-align: right;
	background: url(../images/temp1.jpg) center top no-repeat;
}

.floor_main_3 p {
	color: #0071ca;
	font-size: 30px;
	font-weight: 100;
	font-family: impact;
	padding-top: 96px;
}

.floor_main_3 a {
	border: 3px solid #007ee1;
	background: #fff;
	width: 222px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	display: block;
	float: right;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #0071ca;
	transition: ease-in-out .2s;
}

.floor_main_3 a:hover {
	width: 250px;
	background: #0071ca;
	color: #fff;
}

.floor_main_4 {
	text-align: center;
	background: #f6f6f6;
	padding-top: 60px;
}

.floor_main_4 .con {
	padding-top: 66px;
}

.floor_main_4 .left {
	text-align: left;
	width: 405px;
}

.floor_main_4 .t {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 9px;
}

.floor_main_4 i {
	width: 77px;
	height: 76px;
	background-position: -107px 0;
	float: left;
	margin-right: 20px;
}

.floor_main_4 h2 {
	font-size: 48px;
	color: #51aa1b;
	font-weight: 100;
	line-height: 48px;
}

.floor_main_4 h3 {
	font-size: 16px;
	color: #626262;
	padding-top: 10px;
}

.floor_main_4 p {
	line-height: 30px;
	text-indent: 2em;
}

.floor_main_4 p b {
	color: #ff4800;
	font-weight: 100;
}

.floor_main_4 em {
	border-radius: 25px;
	background: #51aa1b;
	color: #fff;
	width: 130px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	float: right;
	margin-top: 15px;
	transition: ease-in-out .2s;
}

.floor_main_4 a {
	cursor: pointer;
}

.floor_main_4 a:hover p {
	color: #333;
}

.floor_main_4 a:hover em {
	background: #0071ca;
	width: 150px;
}

.floor_main_4 li {
	background: url(../images/f4_bg.png) center bottom no-repeat;
	margin-bottom: 57px;
	padding-bottom: 53px;
}

.floor_main_4 .l3 {
	background: none;
	margin-bottom: 0;
	padding-bottom: 80px;
}

.floor_main_4 .l3 i {
	background-position: -269px 0;
}

.floor_main_4 .l3 .left {
	width: 410px;
}

.floor_main_4 .l3 em {
	margin-top: 54px;
}

.floor_main_4 .l2 .left {
	width: 499px;
}

.floor_main_4 .l2 .right {
	width: 406px;
}

.floor_main_4 .l2 .t {
	text-align: left;
}

.floor_main_4 .l2 i {
	background-position: -188px 0;
}

.floor_main_4 .l2 h1 {
	color: #0071ca;
}

.floor_main_4 .l2 p {
	text-align: left;
}

.floor_main_4 .l2 em {
	/*background: #0071ca;*/
}

.floor_main_5 {
	width: 100%;
	height: 137px;
	background: #0071ca;
	text-align: center;
}

.floor_main_6 {
	margin-top: 60px;
}

.floor_main_6 .left {
	width: 640px;
}

.floor_main_6 .left .con {
	margin-top: 32px;
}

.floor_main_6 .left .con .fl {
	width: 310px;
	float: left;
}

.floor_main_6 .left .con .fr {
	width: 294px;
	float: right;
}

.floor_main_6 .left .con .fr h1 {
	font-size: 24px;
	color: #0071ca;
	font-weight: 100;
	border-bottom: 1px solid #ebebeb;
	padding-top: 5px;
	line-height: 50px;
	margin-bottom: 10px;
}

.floor_main_6 .w1000 .left .con .fr p {
 
  text-indent:2em;

}
.floor_main_6 .left .con .fr p span{
    color: #333 !important;
  	font-family: "微软雅黑" !important;
	font-size: 16px ! important;
}
.floor_main_6 .left .con .fr .frp span{
		font-family: "微软雅黑" !important;
	font-size: 16px ! important;

}
.floor_main_6 .left .con .fr p b {
	font-weight: 100;
	color: #ff4800;
}

.floor_main_6 .left .con .fr a {
	display: block;
	background: #0071ca;
	color: #fff;
	text-align: center;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	float: right;
	margin-top: 33px;
	transition: ease-in-out .2s;
}

.floor_main_6 .left .con .fr a:hover {
	width: 150px;
}

.floor_main_6 .left .con2 {
	background: url(../images/con2_bg.jpg) center top no-repeat;
	width: 100%;
	margin-top: 37px;
	padding-top: 30px;
}

.floor_main_6 .left .con2 .picScroll-left {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 21px;
}

.floor_main_6 .left .con2 .picScroll-left .hd .prev,
.floor_main_6 .left .con2 .picScroll-left .hd .next {
	display: block;
	width: 20px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	background-position: -363px 0;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 10;
}

.floor_main_6 .left .con2 .picScroll-left .hd .next {
	background-position: -384px 0;
	left: auto;
	right: 0;
}

.floor_main_6 .left .con2 .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.floor_main_6 .left .con2 .picScroll-left .bd ul li {
	margin-right: 16px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.floor_main_6 .left .con2 .picScroll-left .bd ul li b {
    display: block;
	font-weight: 100;
	color: #464646;
	line-height: 30px;
}

.floor_main_6 .left .con2 .picScroll-left .bd ul li img {
	width: 205px;
	height: 156px;
}

.floor_main_6 .right {
	width: 310px;
}

.floor_main_6 .right .slideTxtBox {
	text-align: left;
	border: 1px solid #ddd;
	width: 308px;
	position: relative;
	padding-top: 75px;
}

.floor_main_6 .right .slideTxtBox .hd {
	height: 45px;
	line-height: 45px;
	background: #47bc00;
	width: 310px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.floor_main_6 .right .slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	color: #fff;
	height: 45px;
	width: 50%;
	text-align: center;
	font-size: 18px;
	position: relative;
}

.floor_main_6 .right .slideTxtBox .hd ul li i {
	width: 21px;
	height: 10px;
	background-position: -408px 0;
	position: absolute;
	left: 69px;
	bottom: -10px;
	display: none;
}

.floor_main_6 .right .slideTxtBox .hd ul li.on {
	background: #0071ca;
}

.floor_main_6 .right .slideTxtBox .hd ul li.on i {
	display: block;
}

.floor_main_6 .right .slideTxtBox .bd {
	height: 545px;
	overflow: hidden;
}

.floor_main_6 .right .slideTxtBox .bd ul {
	zoom: 1;
	overflow: hidden;
}

.floor_main_6 .right .slideTxtBox .bd ul li {
	border-bottom: 1px dotted #d7d7d7;
	margin: 0 13px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.floor_main_6 .right .slideTxtBox .bd ul li a {
	cursor: pointer;
}

.floor_main_6 .right .slideTxtBox .bd ul li a .left {
	width: 128px;
	height: 88px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	transition: ease-in-out .5s;
}

.floor_main_6 .right .slideTxtBox .bd ul li a .left img {
	width: 128px;
	height: 88px;
	transition: ease-in-out .5s;
}

.floor_main_6 .right .slideTxtBox .bd ul li a .right {
	width: 147px;
}

.floor_main_6 .right .slideTxtBox .bd ul li a .right b {
    display: block;
	font-size: 16px;
	color: #2c2c2c;
	font-weight: 100;
	line-height: 30px;
}

.floor_main_6 .right .slideTxtBox .bd ul li a .right p {
	font-size: 12px;
	color: #2c2c2c;
	line-height: 18px;
	padding-bottom: 6px;
}

.floor_main_6 .right .slideTxtBox .bd ul li a .right i {
	font-size: 12px;
	color: #848484;
}

.floor_main_6 .right .slideTxtBox .bd ul li a:hover .left {
	border: 1px solid #0071ca;
}

.floor_main_6 .right .slideTxtBox .bd ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index_title .fl {
	float: left;
	font-size: 24px;
	color: #7b7b7b;
	font-family: arial;
}

.index_title .fl b {
	color: #0071ca;
	font-family: "黑体";
	font-weight: 100;
	padding-right: 8px;
}

.index_title .fr {
	float: right;
}

.index_title .fr a {
	border: 1px solid #dedede;
	font-size: 12px;
	color: #c0c0c0;
	font-family: arial;
	display: block;
	width: 68px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 20px;
	transition: ease-in-out .3s;
}

.index_title .fr a:hover {
	background: #0071ca;
	color: #fff;
	width: 100px;
}

.floor_main_7 {
	margin-top: 50px;
}

.floor_main_7 ul {
	width: 120%;
	margin-top: 29px;
}

.floor_main_7 ul li {
	margin-right: 41px;
	margin-bottom: 30px;
	width: 480px;
	position: relative;
	float: left;
	transition: ease-in-out .2s;
}

.floor_main_7 ul li a {
	cursor: pointer;
}

.floor_main_7 ul li a .left {
	width: 210px;
	height: 150px;
}

.floor_main_7 ul li a .left img {
	width: 210px;
	height: 150px;
}

.floor_main_7 ul li a .right {
	width: 251px;
	padding: 0 9px;
	border: 1px solid #e9e9e9;
	border-left: none;
	height: 148px;
}

.floor_main_7 ul li a .right b {
    display: block;
	font-size: 18px;
	border-bottom: 1px solid #ececec;
	font-weight: 100;
	line-height: 44px;
}

.floor_main_7 ul li a .right p {
	line-height: 18px;
	padding-top: 9px;
}

.floor_main_7 ul li a .right i {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 2px solid #dfdfdf;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #dfdfdf;
	border-radius: 3px;
	font-family: arial;
	font-size: 28px;
}

.floor_main_7 ul li:hover {
	background: #47bc00;
}

.floor_main_7 ul li:hover .right h1 {
	color: #fff;
}

.floor_main_7 ul li:hover .right p {
	color: #fff;
}

.floor_main_7 ul li:hover .right i {
	color: #fff;
	border-color: #fff;
}

.floor_main_8 {
	margin-top: 20px;
	*margin-top: 40px;
}

.floor_main_8 .left {
	width: 400px;
}

.floor_main_8 .right {
	width: 540px;
}

.floor_main_8 .right .picMarquee-top {
	margin: 0 auto;
	height: 255px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.floor_main_8 .right .picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.floor_main_8 .right .picMarquee-top .bd ul li {
	text-align: left;
	zoom: 1;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d7d7d7;
}

.floor_main_8 .right .picMarquee-top .bd ul li span {
    display: block;
	float: left;
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: 100;
	color: #252525;
	line-height: 30px;
	margin-bottom: 10px;
}

.floor_main_8 .right .picMarquee-top .bd ul li b {
	width: 30px;
	height: 30px;
	background: #0071ca;
	color: #fff;
	text-align: center;
	font-size: 24px;
	display: block;
	float: left;
	line-height: 30px;
	border-radius: 100%;
	font-family: arial;
	margin-right: 10px;
	font-weight: bold;
}

.floor_main_8 .right .picMarquee-top .bd ul li i {
	width: 30px;
	height: 30px;
	background: #ff4800;
	color: #fff;
	text-align: center;
	font-size: 24px;
	display: block;
	float: left;
	line-height: 30px;
	border-radius: 100%;
	font-family: arial;
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
}

.floor_main_8 .right .picMarquee-top .bd ul li p {
	padding-left: 30px;
	line-height: 24px;
	padding-bottom: 18px;
}

.floor_main_8 .right .picMarquee-top .bd ul li a:hover h1 {
	font-weight: bold;
}

.floor_main_8 .right .picMarquee-top .bd ul li a:hover p {
	color: #333;
}

.link_main {
	margin-top: 50px;
	margin-bottom: 50px;
}

.link_main .left {
	background: url(../images/link_bg.jpg) left no-repeat;
	width: 130px;
	height: 50px;
}

.link_main .right {
	width: 869px;
	height: 48px;
	border: 1px solid #eee;
	border-left: none;
	border-radius: 0 15px 15px 0;
	line-height: 50px;
	color: #dfdfdf;
}

.link_main .right .picMarquee-left {
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	height: 20px;
}

.link_main .right .picMarquee-left .bd {}

.link_main .right .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.link_main .right .picMarquee-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 100px;
	border-right: 1px solid #ede5df;
  font-size: 14px;
}

.link_main .right a {}

.link_main .right a:hover {
	color: #0071ca;
}

.bottom_nav {
	background: #f1f1f1;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
}

.bottom_nav li {
	float: left;
	width: 125px;
	text-align: center;
	background: url(../images/bottom_nav.jpg) left center no-repeat;
}

.bottom_nav li a {
	display: block;
	height: 47px;
	line-height: 47px;
}

.bottom_nav li a:hover {
	border-bottom: 3px solid #47bc00;
	color: #47bc00;
}

.bottom_nav li:first-child {
	background: none;
}

.bottom_main {
	background: #0071ca;
	padding-top: 50px;
	padding-bottom: 36px;
}

.bottom_main .left {
	width: 518px;
	color: #fff;
}

.bottom_main .left li {
	float: left;
}

.bottom_main .left li img {
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
}

.bottom_main .left li p {
	background: #0062d0;
	width: 130px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.bottom_main .left li i {
	width: 47px;
	height: 47px;
	background-position: -436px 0;
	margin-left: 19px;
	float: left;
	margin-right: 2px;
	margin-top: 5px;
}

.bottom_main .left li h1 {
	color: #fff;
	font-family: impact;
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
}

.bottom_main .left li em {
	font-family: arial;
	text-transform: uppercase;
}

.bottom_main .left .l2 {
	margin-top: 42px;
	width: 292px;
}

.bottom_main .left h3 {
	font-size: 30px;
	font-weight: 100;
	padding-top: 20px;
}

.bottom_main .left h2 {
	font-family: arial;
	border-bottom: 1px solid #0062b0;
	line-height: 30px;
}

.bottom_main .left dl {
	border-top: 1px solid #138eef;
	padding-top: 8px;
}

.bottom_main .left dl dd {
	width: 213px;
	float: left;
	line-height: 30px;
}

.bottom_main .left h4 {
	font-weight: 100;
	line-height: 30px;
}

.bottom_main .right {
	width: 375px;
}

.bottom_main .right .title {
	font-family: arial;
	color: #fff;
	text-transform: uppercase;
	height: 25px;
	line-height: 35px;
	*line-height: 30px;
	margin-bottom: 15px;
}

.bottom_main .right .title i {
	width: 26px;
	height: 25px;
	background-position: 0 -69px;
	float: left;
	margin-right: 10px;
}

.bottom_main .right .title b {
	font-size: 24px;
	font-family: "黑体";
	line-height: 25px;
	font-weight: 100;
	float: left;
}

.bottom_main .right .from {
	width: 375px;
}

.bottom_main .right .from li {
	position: relative;
	margin-bottom: 5px;
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
}

.bottom_main .right .from li i {
	width: 45px;
	height: 45px;
	background-position: -355px -50px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #d8d8d8;
}

.bottom_main .right .from li .icon2 {
	background-position: -400px -50px;
}

.bottom_main .right .from li .icon3 {
	background-position: -445px -50px;
}

.bottom_main .right .from li input {
	width: 300px;
	height: 45px;
	line-height: 45px;
	border: none;
	padding-left: 55px;
	font-size: 12px;
	border-width: 0;
	border-color: none;
}

.bottom_main .right .from textarea {
	width: 355px;
	height: 85px;
	border: none;
	padding: 10px;
	border-radius: 3px;
}

.bottom_main .right .from .btn {
	border: none;
	background: #47bc00;
	color: #fff;
	padding: 0;
	text-align: center;
	width: 205px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	font-size: 16px;
	font-family: "微软雅黑";
	cursor: pointer;
	transition: ease-in-out .2s;
	border-radius: 3px;
	float: right;
}

.bottom_main .right .from .btn:hover {
	width: 220px;
}

.bottom_main .link {
	background: #fff;
	width: 1000px;
	height: 65px;
	border-radius: 5px;
	margin-top: 15px;
}

.bottom_main .link .link_left {
	width: 152px;
	float: left;
}

.bottom_main .link .link_left i {
	width: 147px;
	height: 55px;
	margin-left: 5px;
	margin-top: 5px;
	background-position: 0 -96px;
}

.bottom_main .link .link_right {
	float: right;
	width: 835px;
}

.bottom_main .link .link_right .picScroll-left {
	overflow: hidden;
	position: relative;
	padding-top: 5px;
}

.bottom_main .link .link_right .picScroll-left .hd .next {
	display: block;
	position: absolute;
	width: 11px;
	height: 12px;
	background-position: -34px -77px;
	right: 16px;
	top: 27px;
	cursor: pointer;
}

.bottom_main .link .link_right .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.bottom_main .link .link_right .picScroll-left .bd ul li {
	margin-right: 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.bottom_main .link .link_right .picScroll-left .bd ul li .pic {
	text-align: center;
}

.bottom_main .link .link_right .picScroll-left .bd ul li .pic img {
	width: 148px;
	height: 53px;
	display: block;
	border: 1px solid #e6e6e6;
}

.bottom_main .link .link_right .picScroll-left .bd ul li .pic a:hover img {
	border-color: #67bf1f;
}

.bottom_copy {
	height: 40px;
	line-height: 40px;
	background: #222;
	color: #b7b7b7;
}

.bottom_copy a {
	color: #b7b7b7;
}

.bottom_copy a:hover {
	color: #fff;
}


/********.toolbar1*********/

.toolbar1 {
	width: 50px;
	position: fixed;
	left: 50%;
	margin-left: 685px;
	top: 200px;
	z-index: 999;
}

.toolbar1 dd {
	width: 50px;
	height: 50px;
	background: #0062d0;
	position: relative;
	border-radius: 100%;
	margin-bottom: 3px;
}

.toolbar1 dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
}

.toolbar1 dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	*margin: 7px 0 0 0;
	background: url("../images/rightfixicon.png") no-repeat 0 0;
}

.toolbar1 .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
}

.toolbar1 .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #47bc00;
	display: none;
}

.toolbar1 .pop-code {
	width: 120px;
	padding: 20px 20px 0;
}

.toolbar1 .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
}

.toolbar1 .pop-code h3 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #f2e8e1;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar1 .qq span {
	background-position: 0 -47px;
}

.toolbar1 .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}

.toolbar1 .qq:hover {
	background: #47bc00;
	border-radius: 100%;
}

.toolbar1 .tel span {
	background-position: 0 0;
}

.toolbar1 .tel:hover {
	background: #47bc00;
}

.toolbar1 .code span {
	background-position: 0 -95px;
}

.toolbar1 .code {
	background: #47bc00;
	border-radius: 100%;
}

.toolbar1 .code:hover {
	background: #0062d0;
	border-radius: 100%;
}

.toolbar1 .top span {
	background-position: 0 -142px;
}

.toolbar1 .close span {
	background-position: 0 -189px;
}

.toolbar1 .close:hover {
	background: #47bc00;
	border-radius: 100%;
}

.toolbar1 .top:hover {
	background: #47bc00;
	border-radius: 100%;
}

.w {
	width: 1015px;
	margin: 0 auto;
	background: #fff;
}

.w:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.w {
	*zoom: 1;
}

.clear {
	clear: both;
}

.ecf0f3 {
	background: #ecf0f3;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*.f2f2f2 { background: #f2f2f2; }*/

.nybanner {
	height: 500px;
	display: block;
}

.submian .w {
	padding-bottom: 30px;
font-family: "微软雅黑";
}

.submian .sobtitle {
	height: 20px;
	line-height: 20px;
	padding: 25px 0px;
	font-size: 14px;
}

.submian .sobtitle a {
	font-size: 14px;
}

.submian .sobtitle a.now {
	color: #094a8a;
	font-size: 14px;
	font-weight: bold;
}

.submian .sobtitle a.now:hover {
	text-decoration: underline;
}

.submian .subleft {
	width: 245px;
	background: #fff;
}

.submian .subleft .title {
	text-align: center;
	padding-left: 0;
	line-height: 25px;
	border-top: 3px solid #0071ca;
	background: #f5f5f5;
	color: #094a8a;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 16px;
	font-size: 20px;
}

.submian .subleft .title p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 5px;
}

.submian .subleft .title i {
	padding-top: 0;
	background: #f5f5f5;
	color: #094a8a;
	/*background: url(../images/titlepbg.png) no-repeat center center;*/
}

.submian .subleft .bort9 {
	border-top: 9px solid #094a8a;
	border-radius: 5px 5px 0px 0px;
}


/*.submian .subleft .bor9 { border-bottom: 9px solid #094a8a; }*/

.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 25px;
	border-bottom: 0;
}

.submian .subleft .lefta .title {
	text-align: center;
	padding-left: 0;
	background: #0071ca;
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0
}

.submian .subleft .lefta .title p {
	padding-top: 0;
	font-weight: normal;
	background: url(../images/titlepbg.png) no-repeat center center;
	font-size: 14px;
	color: #7f7f7f;
}

.submian .subleft .lefta .comt {
	background: #f5f5f5;
}

.submian .subleft .lefta .comt ul li {
	line-height: 54px;
}

.submian .subleft .lefta .comt ul li a {
	height: 54px;
	line-height: 54px;
	display: block;
	padding-left: 45px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}

.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}

.submian .subleft .lefta .comt ul li .box a:hover {
	color: #094a8a;
	background: none;
}


/*.submian .subleft .lefta .comt ul li a:hover, .submian .subleft .lefta .comt ul li a.hover { background: url(../images/leftula.jpg) no-repeat left; font-weight: bold; }*/

.submian .subleft .lefta .comt ul li a:hover,
.submian .subleft .lefta .comt ul li a.hover {
	color: #fff;
	background: #007ad9;
}

.submian .subleft .lefta .comt ul li.hover a {
	background: url(../images/leftula.jpg) no-repeat left;
	font-weight: bold;
}

.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}

.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #094a8a;
	font-weight: bold;
}

.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}

.submian .subleft .adv a img {
	display: block;
	width: 100%;
}

.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

.submian .subleft .leftnews {
	border: 1px solid #ddd;
}

.submian .subleft .bor9 {
	margin-bottom: 15px;
}

.submian .subleft .leftnews .title {
	height: 42px;
}

.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}

.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}

.submian .subleft .leftnews .leftcont {
	padding: 10px;
	border-radius: 0 0 5px 5px;
}

.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #005bac;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.submian .subleft .leftnews .leftcont span {
	line-height: 26px;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.submian .subleft .leftnews .leftcont p {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}

.submian .subleft .leftnews .leftcont p i {
	font-size: 28px;
	color: #ff7e00;
	display: block;
	font-family: impact;
}

.submian .subright {
	width: 740px;
	border-radius: 5px;
}

.submian .subright .newslist ul li {
	padding: 10px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 110px;
	float: left;
}

.submian .subright .newslist ul li dt {
	float: left;
	padding-top: 15px;
}

.submian .subright .newslist ul li dd {
	float: left;
}

.submian .subright .newslist ul li img {
	width: 120px;
	height: 80px;
	float: left;
}

.submian .subright .newslist ul li a {
	display: block;
	cursor: pointer;
	float: left;
}

.submian .subright .newslist ul li a img {
	width: 0;
	height: 110px;
	display: block;
}

.submian .subright .newslist ul li a .txt {
  font-family: 微软雅黑;
	width: 600px;
	float: left;
	padding-left: 20px;
}

.submian .subright .newslist ul li a .txt p {
    font-family: 微软雅黑;
	height: 40px;
	line-height: 40px;
}

.submian .subright .newslist ul li a .txt p b {
    font-family: 微软雅黑;
	color: #005bac;
	font-size: 14px;
	float: left;
}

.submian .subright .newslist ul li a .txt p i {
    font-family: 微软雅黑;
	color: #666;
	float: right;
}

.submian .subright .newslist ul li a .txt span {
    font-family: 微软雅黑;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}

.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}

.submian .subright .newslist ul li a:hover span {
	color: #777;
}

.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}

.submian .subright .caselist ul li a {
	display: block;
}

.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}

.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}

.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #005bac;
	font-size: 14px;
	font-weight: bold;
}

.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}

.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}

.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #005bac;
}

.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}

.submian .subright .caselist ul li a:hover span {
	color: #777;
}

.submian .subright .anlitopH4,
.submian .subright .divanli {
	background: #fff;
}

.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
}

.submian .subright .anlitopH4 span {
	border-left: 5px solid #005bac;
	padding-left: 22px;
	display: block;
	float: left;
	color: #005bac;
	font-weight: bold;
	font-size: 14px;
}

.submian .subright .anlitopH4 span .org {
	color: #ff7e00;
}

.submian .subright .anlitopH4 a {
	float: right;
	padding-right: 20px;
}

.submian .subright .anlitopH4 .tel {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	color: #005bac;
}

.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}

.submian .subright .divanli ul {
	width: 105%;
	height: 185px;
}

.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px;
}

.submian .subright .divanli ul li:first-child {
	margin-left: 0;
}

.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}

.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}

.submian .subright .divanli ul li a:hover img {
	border-color: #005bac;
}

.submian .subright .divanli ul li a:hover span {
	color: #005bac;
	font-weight: bold;
}

.submian .subright .divanli_mess {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
}

.submian .subright .divanli_mess ul {
	width: 400px;
	margin: 20px auto 10px;
}

.submian .subright .divanli_mess ul li {
	padding-bottom: 15px;
	height: 31px;
}

.submian .subright .divanli_mess ul li label {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
	line-height: 31px;
	height: 31px;
}

.submian .subright .divanli_mess ul li label font {
	color: #ff7e00;
}

.submian .subright .divanli_mess ul li input {
	width: 245px;
	height: 29px;
	line-height: 29px;
	padding: 0px 10px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 14px;
	float: left;
}

.submian .subright .divanli_mess ul li.beizhu {
	height: 72px;
}

.submian .subright .divanli_mess ul li.beizhu textarea {
	height: 60px;
	width: 245px;
	line-height: 29px;
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 14px;
	float: left;
	outline: none;
}

.submian .subright .divanli_mess ul li.yanzhenm input {
	width: 100px;
}

.submian .subright .divanli_mess ul .bot {
	text-align: center;
}

.submian .subright .divanli_mess ul .bot input {
	width: 141px;
	background: #ff7e00;
	cursor: pointer;
	border: 0px;
	color: #fff;
	height: 43px;
	line-height: 43px;
}

.submian .subright .divanli_mess ul .bot input:hover {
	opacity: 0.8;
}

.submian .subright .produtlist .list {
	overflow: hidden;
	padding-top: 20px;
}

.submian .subright .produtlist .list .itag {
	width: 102%;
}

.submian .subright .produtlist .list .itag li {
	height: 229px;
	float: left;
	margin-right: 16px;
}

.submian .subright .produtlist .list .itag li a {
	display: block;
	height: 229px;
}

.submian .subright .produtlist .list .itag li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 4px solid #e2e2e2;
}

.submian .subright .produtlist .list .itag li a span {
	height: 53px;
	line-height: 30px;
	display: block;
	width: 228px;
	text-align: center;
	font-size: 14px;
}

.submian .subright .produtlist .list .itag li a:hover img {
	border-color: #005bac;
}

.submian .subright .produtlist .list .itag li a:hover span {
	color: #005bac;
}

.submian .subright .conBox .ArticleTitle {
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dotted #fff;
}

.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	font-weight: bold;
}

.submian .subright .conBox .ArticleTitle h2 {
	font-weight: normal;
}

.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	border-top: 1px dotted #ccc;
}

.submian .subright .conBox .ArticleMessage span.sp {
	color: #999;
	float: left;
	margin-right: 10px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont {
    
	padding: 5px 0px 20px 0px;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	/*text-indent: 2em;*/
    font-family: 微软雅黑;
   font-size:16px;
}

.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}

.submian .subright .aboutlist {
	padding: 15px;
	line-height: 28px;
	color: #666;
}

.submian .subright .aboutlist img {
	max-width: 100%;
}

.submian .subright .showproduct {
	background: #fff;
	border: 1px solid #ccc;
	min-height: 500px;
	margin-bottom: 20px;
	padding: 15px;
}

.submian .subright .showproduct .printview {
	padding-bottom: 25px;
}

.submian .subright .showproduct .printview #preview {
	text-align: center;
	width: 352px;
}

.submian .subright .showproduct .printview #preview .jqzoom {
	width: 350px;
	height: 262px;
	position: relative;
	border: 1px solid #ccc;
}

.submian .subright .showproduct .printview #preview #spec-n5 {
	width: 350px;
	height: 66px;
	padding-top: 6px;
	overflow: hidden;
}

.submian .subright .showproduct .printview #preview #spec-n5 #spec-left,
.submian .subright .showproduct .printview #preview #spec-n5 #spec-right {
	font-family: arial;
	font-size: 20px;
	width: 30px;
	height: 66px;
	line-height: 66px;
	float: left;
	cursor: pointer;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #a0a0a0;
}

.submian .subright .showproduct .printview #preview #spec-n5 #spec-left:hover,
.submian .subright .showproduct .printview #preview #spec-n5 #spec-right:hover {
	color: #005bac;
}

.submian .subright .showproduct .printview #preview #spec-list {
	width: 290px;
	float: left;
	overflow: hidden;
	display: inline;
	position: relative;
}

.submian .subright .showproduct .printview #preview #spec-list div a {
	float: left;
	margin-right: 0px;
	display: block;
	width: 101px;
	height: 66px;
}

.submian .subright .showproduct .printview #preview #spec-list div a img {
	border: 1px solid #ccc;
	width: 85px;
	height: 64px;
	display: block;
}

.submian .subright .showproduct .printview .zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.submian .subright .showproduct .there_divanli ul {
	width: 109%;
	height: 250px;
	overflow: hidden;
}

.submian .subright .showproduct .there_divanli ul li {
	float: left;
	margin-right: 60px;
}

.submian .subright .showproduct .there_divanli ul li a img {
	width: 185px;
	height: 250px;
	display: block;
}

.submian .subright .showproduct .there_divanli ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}


/*jqzoom*/

.submian .subright .showproduct .printview .zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(../images/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.submian .subright .showproduct .printview .bigimg {
	width: 600px;
	height: 450px;
}

.submian .subright .showproduct .printview .jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

.submian .subright .showproduct .printview .prodbaseinfo_a {
	width: 335px;
	margin-left: 16px;
	z-index: 1;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .attr > p {
    color: #666;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .attr > p span {
    font-weight: bold;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .h2_prodtitle {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	line-height: 30px;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo {
	padding: 6px 0;
	overflow: hidden;
	zoom: 1;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo li {
	display: block;
	color: #666;
	line-height: 24px;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo li i {
	font-weight: bold;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .dingo {
	height: 33px;
	overflow: hidden;
	width: 100%;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .dingo a.dg {
	float: left;
	background: #ff7e00;
	width: 108px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
	border-radius: 5px;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .dingo a.dg:hover {
	font-weight: bold;
	background: #eb7400;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .dingo .jiathis_style {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos {
	padding: 10px 15px;
	overflow: hidden;
	zoom: 1;
	background: #f3f3f3;
	font-size: 12px;
	font-weight: bold;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li span.hottel {
	color: #ff7e00;
	font-size: 22px;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight {
	padding-top: 10px;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight .input {
	border: 1px solid #ccc;
	width: 151px;
	height: 31px;
	line-height: 31px;
	padding: 0px 10px;
	float: left;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight a {
	float: left;
	background: #ff7e00;
	width: 108px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
	border-radius: 5px;
	border: 0px;
	margin-left: 10px;
	cursor: pointer;
}

.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight a:hover {
	font-weight: bold;
	background: #eb7400;
}

.submian .subright .showproduct .two_anlitopH4 {
	background: url(../images/anlitoph4.jpg) repeat-x;
	height: 36px;
	line-height: 36px;
	border-right: 1px solid #ccc;
}

.submian .subright .showproduct .two_anlitopH4 span {
	background: url(../images/anlitoph4_span.jpg) no-repeat;
	width: 90px;
	float: left;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
}

.submian .subright .showproduct .two_anlitopH4 .tel {
	float: right;
	color: #005bac;
	font-size: 14px;
	padding-right: 10px;
}

.submian .subright .showproduct .two_divanli {
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px 15px 0px;
}

.submian .subright .showproduct .two_divanli ul {
	width: 103%;
}

.submian .subright .showproduct .two_divanli ul li {
	float: left;
	margin-right: 21px;
}

.submian .subright .showproduct .two_divanli ul li a img {
	width: 150px;
	height: 112px;
	display: block;
	border: solid 1px #e4e4e4;
}

.submian .subright .showproduct .two_divanli ul li a span {
	height: 45px;
	line-height: 22px;
	text-align: center;
	display: block;
	width: 152px;
}

.submian .subright .showproduct .two_divanli ul li a:hover img {
	border-color: #005bac;
}

.submian .subright .showproduct .two_divanli ul li a:hover span {
	color: #005bac;
	font-weight: bold;
}

.submian .subright .showproduct .there_divanli {
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 20px;
	padding: 15px;
}

.submian .subright .showproduct .there_divanli ul {
	width: 109%;
	height: 140px;
	overflow: hidden;
}

.submian .subright .showproduct .there_divanli ul li {
	float: left;
	margin-right: 60px;
}

.submian .subright .showproduct .there_divanli ul li a img {
	width: 185px;
	height: 140px;
	display: block;
}

.submian .subright .showproduct .there_divanli ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.submian .subright .showproduct .showcontact {
	line-height: 30px;
	font-size: 14px;
	min-height: 235px;
}

.submian .subright .showproduct .showcontact b {
	font-size: 14px;
}

.submian .subright .showproduct .slidepro {
	margin-top: 20px;
	margin-bottom: 20px;
}

.submian .subright .showproduct .slidepro .hd {
	border-left: 1px solid #ccc;
	height: 35px;
	width: 100%;
	overflow: hidden;
	margin-bottom: -2px;
}

.submian .subright .showproduct .slidepro .hd ul li {
	float: left;
	height: 32px;
	border-right: 1px solid #ddd;
	width: 130px;
	border-top: 2px solid #ddd;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	background: #f3f3f3;
	cursor: pointer;
	font-weight: bold;
}

.submian .subright .showproduct .slidepro .hd ul li.on {
	color: #005bac;
	border-top: 2px solid #005bac;
	background: #fff;
	border-bottom: 0px;
}

.submian .subright .showproduct .slidepro .bd {
	border: 1px solid #ccc;
}

.submian .subright .showproduct .slidepro .bd .comt {
	padding: 15px;
}

.submian .subright .showproduct .slidepro .bd .comt img,
.submian .subright .showproduct .slidepro .bd .comt1 img {
	max-width: 100%;
}

.submian .subright .showproduct .slidepro .bd .comt1 p.h4 {
	font-size: 14px;
	padding: 15px 0px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .txt {
	line-height: 24px;
	padding: 10px 0px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .txt .show1 {
	padding: 20px 0px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .txt .show1 ul li {
	width: 97%;
	font-size: 14px;
	line-height: 32px;
	background: url(../images/show1li.jpg) no-repeat left;
	padding-left: 3%;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one {
	padding: 30px 20px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one p.a1 {
	color: #005bac;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 {
	display: block;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu {
	width: 330px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu .box {
	padding-bottom: 10px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu .box dl {
	padding-top: 5px;
	background: url(../images/show1li.jpg) no-repeat 0px 17px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 26px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .tu_wenzi {
	width: 245px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .tu_wenzi img {
	max-width: 300px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd {
	padding-bottom: 10px;
	margin-top: 10px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #ff7e00;
	display: block;
	border-radius: 5px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd a:hover {
	background: #ed7601;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .tubiao .img {
	padding-top: 15px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2one .tubiao img {
	max-width: 100%;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 {
	padding: 30px 40px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 {
	padding-bottom: 20px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu {
	width: 100%;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu p.a1 {
	color: #005bac;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #555;
	width: 100%;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .box {
	padding-bottom: 10px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .box dl {
	padding-top: 5px;
	background: url(../images/show1li.jpg) no-repeat 0px 17px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 26px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd {
	padding-bottom: 10px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #ff7e00;
	display: block;
	border-radius: 5px;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd a:hover {
	background: #ed7601;
}

.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

.submian .subright .showproduct .slidepro .bd .comt2 .two_divanli {
	border: 0px;
}

.submian .subright .showproduct .slidepro .bd .down {
	background: url(../images/down.jpg) no-repeat;
	width: 100%;
	height: 296px;
}

.submian .subright .showproduct .slidepro .bd .down span {
	float: right;
	padding-top: 210px;
}

.submian .subright .showproduct .slidepro .bd .down span a {
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 151px;
	display: block;
	float: left;
	background: #fff;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ff7e00;
	margin-right: 10px;
}

.submian .subright .showproduct .slidepro .bd .down span .downa2 {
	color: #0179cf;
}

.submian .subright .showproduct .slidepro .bd .down span a:hover {
	background: #f5f5f5;
}

.submian .subright .showproduct .showpic_adv {
	background: url(../images/show_pic_adv.jpg) no-repeat left;
	height: 158px;
	display: block;
	border: 1px solid #ccc;
	margin: 20px 0px;
}

.submian .subright .showproduct .showpic_adv .fr {
	text-align: right;
	padding-right: 15px;
}

.submian .subright .showproduct .showpic_adv .fr p.a1 {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.submian .subright .showproduct .showpic_adv .fr p.a1 b {
	color: #ff7e00;
	font-size: 30px;
}

.submian .subright .showproduct .showpic_adv .fr p.a2 {
	font-size: 16px;
}

.submian .subright .showproduct .showpic_adv .fr p.a3 {
	font-size: 26px;
	color: #005bac;
	font-family: impact;
}

.submian .subright .showproduct .showpic_adv .fr p.a4 {
	padding-top: 8px;
}

.submian .subright .showproduct .showpic_adv .fr p.a4 a {
	float: right;
	background: #ff7e00;
	width: 108px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
	border-radius: 5px;
	margin-left: 20px;
}

.submian .subright .showproduct .showpic_adv .fr p.a4 a:hover {
	font-weight: bold;
	background: #eb7400;
}

.submian .subright .showproduct .showpic_adv .fr p.a4 .t1 {
	background: #005bac;
}

.submian .subright .showproduct .showpic_adv .fr p.a4 .t1:hover {
	background: #014a8c;
}

.pager {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 20px 0px;
}

.pager p {
	height: 30px;
	line-height: 30px;
}

.pager ul {
	margin-top: -30px;
	overflow: hidden;
	float: right;
}

.pager ul li {
	float: left;
	padding: 0 !important;
	height: auto !important;
	border: none !important;
}

.pager ul a {
	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	text-decoration: none;
	float: left;
}

.pager ul a.current {
	background-color: #005bac;
	border-color: #005bac;
	color: #fff;
}

.pager ul a.current:hover {
	background-color: #005bac;
	border-color: #005bac;
	color: #fff;
}

.pager ul a:hover {
	background-color: inherit;
	color: inherit;
	border-color: #005bac;
	*background-color: transparent;
	*color: #666;
}

.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	font-size: 12px;
	padding: 0px 10px;
}

.reLink .prevLink,
.reLink .nextLink {
	height: 38px;
	line-height: 38px;
}

.reLink .prevLink a,
.reLink .nextLink a {
	height: 38px;
	line-height: 38px;
}

.reLink .prevLink {
	float: left;
}

.reLink .nextLink {
	float: right;
}


/*# sourceMappingURL=page.css.map */


/*2016.2.24*/

.submian .subleft .leftnews .leftprocomt {
	background: #fff;
	padding: 10px;
}

.submian .subleft .leftnews .leftprocomt ul li {
	height: 190px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}

.submian .subleft .leftnews .leftprocomt ul li img {
	width: 220px;
	height: 160px;
	vertical-align: middle;
	margin-bottom: 8px;
}

.submian .subleft .leftnews .leftprocomt ul li a {
	font-size: 14px;
	color: #666;
}

.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	font-size: 12px;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px 10px 15px 5px;
	background-color: #fff;
}

.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}

.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	padding-left: 2%;
}

.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
	width: 75%;
	*width: 73%;
}

.submian .subright .divremmnews ul li span {
	color: #666;
	float: left;
}

.submian .subright .divremmnews ul li a:hover {
	color: #014a8c;
}

.Thenpro {}

.Thenpro ul {
	overflow: hidden;
	padding: 10px;
	background: #fff;
}

.Thenpro ul li {}

.Thenpro ul li .Thenpro_title {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	color: #014a8c;
	font-size: 14px;
}

.Thenpro ul li div {
	height: 65px;
	margin: 5px 0;
	overflow: hidden;
	display: none;
}

.Thenpro ul li div img {
	width: 85px;
	height: 65px;
	float: left;
}

.Thenpro ul li div span {
	width: 180px;
	float: right;
}

.Thenpro ul li a {}

.Thenpro ul li a:hover,
.Thennews ul li a:hover {
	color: #014a8c;
}

.Thennews {
	background-color: #fff;
	padding-bottom: 5px;
}

.Thennews ul {
	overflow: hidden;
	margin: 10px 0;
}

.Thennews ul li {
	display: block;
	line-height: 24px;
	width: 100%;
	position: relative;
}

.Thennews ul li a {
  font-family:微软雅黑;
	line-height: 24px;
	color: #333;
	font-size: 12px;
	width: 78%;
	padding-left: 20px;
}

.Thennews ul li span {
	color: #FF0000;
	position: absolute;
	right: 20px;
	top: 2px;
	font-size: 12px;
}

.Thenpro .title,
.Thennews .title {
	height: 42px !important;
}

.questionlist .infoList li a {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #8f8f8f;
	margin-bottom: 15px;
}

.questionlist .infoList li a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	float: left;
	color: #fff;
	background: #0073d6;
	text-align: center;
	margin-right: 10px;
}

.questionlist .infoList li a p {
	height: 18px;
	color: #0073d6;
	line-height: 18px;
	padding-bottom: 15px;
}

.questionlist .infoList li a span {
	display: block;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
}

.questionlist .infoList li a span i {
	background: #171717;
}

.questionlist .infoList li a:hover p {
	font-weight: bold;
	text-decoration: underline;
}

.questionlist .infoList li a:hover span {
	color: #666;
}

.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}

.honorlist ul.list li.item {
	float: left;
	width: 220px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.honorlist ul.list li.item a:hover img {
	opacity: 0.8;
	border: 1px solid #005BAC;
}

.honorlist ul.list li.item a:hover span {
	color: #005BAC;
	font-weight: bold;
}

.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
}

.honorlist ul.list li.item img {
	width: 100%;
	height: 165px;
	display: block;
	border: 1px solid #cfcfcf;
}

.parterlist .parterul {
	border-top: 1px solid #d4d2d2;
	border-left: 1px solid #d4d2d2;
	height: 169px;
}

.parterlist .parterul li {
	float: left;
	width: 20%;
	*width: 19.95%;
}

.parterlist .parterul li a {
	border-bottom: 1px solid #d4d2d2;
	border-right: 1px solid #d4d2d2;
	display: block;
	background: #fff;
	height: 83px;
}

.parterlist .parterul li a img {
	display: block;
	margin: 0 auto;
	padding-top: 11px;
	width: 100%;
}

.parterlist .parterul li a:hover {
	background: #0079d9;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}

.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
	+margin-bottom: 0;
}

.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #f6f6f6;
	padding-left: 5px;
}

.map_ul .list-inline {
	display: block;
	width: 86%;
}

.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
	*display: inline;
	margin: 15px 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
}

.map_ul .list-inline li a {
	font-weight: normal;
	display: block;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	width: auto;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
}

.map_ul .list-inline li a:hover {
	background: #136bb6;
	color: #fff;
	border: 1px solid #136bb6;
}